Skip to content

feat (UI): Mobile: Remove titles on Hot page - #2343

Open
Abhishek7Tech wants to merge 1 commit into
pubky:devfrom
Abhishek7Tech:remove-titles-on-hot-page
Open

feat (UI): Mobile: Remove titles on Hot page#2343
Abhishek7Tech wants to merge 1 commit into
pubky:devfrom
Abhishek7Tech:remove-titles-on-hot-page

Conversation

@Abhishek7Tech

@Abhishek7Tech Abhishek7Tech commented Aug 13, 2026

Copy link
Copy Markdown

Closes #2271

Removed titles on Hot page for mobile and smaller screens.

Screenrecording

Screen.Recording.2026-08-13.142901.mp4

@greptile-apps

greptile-apps Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

The PR hides the Hot page's section headings below the lg breakpoint. It applies responsive visibility classes to the active-users, hot-tags, and trending-posts headings, but the active-users change also affects a separate profile fallback view.

Confidence Score: 4/5

The PR should be fixed before merging because it removes the only active-users section label from the mobile user-not-found profile view.

Responsive visibility was placed inside a reusable organism, so a caller outside the Hot page loses its heading without receiving the Hot page's replacement tab label.

Files Needing Attention: src/components/organisms/HotActiveUsers/HotActiveUsers.tsx

Important Files Changed

Filename Overview
src/components/organisms/HotActiveUsers/HotActiveUsers.tsx Hides the Active users heading below lg, unintentionally removing the label when this organism is reused by the mobile user-not-found profile view.
src/components/organisms/HotTagsCardsSection/HotTagsCardsSection.tsx Consistently hides the Hot tags heading below lg across success, loading, and error states as intended for the mobile Hot page.
src/components/templates/Feed/Hot/Hot.tsx Hides the Trending posts heading below lg, where the mobile tab navigation already identifies the active section.

Reviews (1): Last reviewed commit: "remove titles on hot page for mobile U.I" | Re-trigger Greptile

return (
<Container overrideDefaults className={cn('flex w-full flex-col gap-2', className)} data-testid="hot-active-users">
<Heading level={5} size="lg" className="font-light text-muted-foreground">
<Heading level={5} size="lg" className="hidden font-light text-muted-foreground lg:block">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Standalone section loses its label

When a nonexistent profile is opened below the lg breakpoint, ProfileUserNotFoundDiscoveryView renders this reusable component without the Hot page's tab navigation, so hiding the heading leaves the active-users list unlabeled.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UI]: Mobile: Remove titles on Hot page

1 participant